projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18185a
)
MPC8260: Fix compile problems with "hymod" board
author
Wolfgang Denk
<
[email protected]
>
Sun, 1 May 2011 04:35:06 +0000
(
04:35
+0000)
committer
Wolfgang Denk
<
[email protected]
>
Thu, 12 May 2011 17:31:05 +0000
(19:31 +0200)
Commit
9d8fbd1
"powerpc, 8xx: Fixup all 8xx u-boot.lds scripts" broke
building of the MPC8260 based "hymod" board. Fix this.
Signed-off-by: Wolfgang Denk <
[email protected]
>
Cc: Murray Jensen <
[email protected]
>
Cc: Joakim Tjernlund <
[email protected]
>
board/hymod/u-boot.lds
patch
|
blob
|
history
diff --git
a/board/hymod/u-boot.lds
b/board/hymod/u-boot.lds
index 1efa8b3237d35b54a24db68d378b04bbd1446813..1309f209de546de73d85c6ef9b799d1b8cebdedf 100644
(file)
--- a/
board/hymod/u-boot.lds
+++ b/
board/hymod/u-boot.lds
@@
-87,9
+87,10
@@
SECTIONS
PROVIDE (erotext = .);
.reloc :
{
- *(.got)
_GOT2_TABLE_ = .;
- *(.got2)
+ KEEP(*(.got2))
+ KEEP(*(.got))
+ PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
_FIXUP_TABLE_ = .;
*(.fixup)
}